From 9f1552f2dbd6409e5553c3b50bcb01ad39f98c60 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Jul 2002 22:02:45 +0000 Subject: [PATCH] (toggle-read-only): Clean up the hint message. --- lisp/files.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/files.el b/lisp/files.el index 81143edbc63..51fde3fd271 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3074,8 +3074,8 @@ If visiting file read-only and `view-read-only' is non-nil, enter view mode." (force-mode-line-update))) (if (vc-backend buffer-file-name) (message (substitute-command-keys - (concat "File is under version-control, " - "consider \\[vc-next-action] to check in/out")))))) + (concat "File is under version-control; " + "use \\[vc-next-action] to check in/out")))))) (defun insert-file (filename) "Insert contents of file FILENAME into buffer after point. -- 2.30.2